home *** CD-ROM | disk | FTP | other *** search
- object MyAboutForm: TMyAboutForm
- Left = 253
- Top = 275
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About...'
- ClientHeight = 114
- ClientWidth = 387
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 15
- object Label5: TLabel
- Left = 2
- Top = 93
- Width = 172
- Height = 14
- Alignment = taCenter
- Caption = 'Copyright 1997 Paladin Studios, Inc.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Image1: TImage
- Left = 12
- Top = 14
- Width = 362
- Height = 37
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label2: TLabel
- Left = 1
- Top = 60
- Width = 386
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'for Caligari TrueSpace 3.x'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object lblVersion: TLabel
- Left = 320
- Top = 91
- Width = 62
- Height = 15
- Alignment = taRightJustify
- Caption = 'Verion 1.10'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 320
- Top = 68
- Width = 61
- Height = 21
- Caption = 'Help'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-